home *** CD-ROM | disk | FTP | other *** search
Text File | 1996-06-23 | 741 b | 17 lines | [TEXT/R*ch] |
- DemoPatchL µ creates the owning fragment
- DemoPatch.π creates the patch fragment
- ShowMMResults µ creates an app which will show the results.
- MMSharedData µ creates the shared global data fragment.
-
- To create the patching extension, create the owning
- fragment, patch fragment and global data fragment.
- Merge the fragments with MPW's MergeFragment tool.
- You must then change the usage level of the DemoPatchM
- library to 255 (only 0 and 1 were previously considered legal),
- also rename the fragment to DemoPatchL (the same as the owning
- fragment). I do this by editing the 'cfrg' in Resorcerer.
- Place the resulting fragment in the 'co-op extension libraries'
- folder in the 'extension libraries' folder in your Mac OS 8 folder.
-
- -Steve Bollinger
-